home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dino Crisis Digital Press Kit
/
Dino Crisis Digital Press Kit.iso
/
mac
/
Xtras
/
Behavior Library for Java.cst
/
00012_Script_GoNextMarkerExitFrame
< prev
next >
Wrap
Text File
|
1998-04-08
|
328b
|
19 lines
-- Marker Go to Next exitFrame
-- nav
-- Behavior Library 1.1 for Java
-- goes to previous marker on mouseUp
on exitFrame me
go to marker (1)
end
on getBehaviorDescription
return "Moves the Playback Head to the next marker on exitFrame. Drag to a sprite or a frame in the script channel."
end